Hệ thống quản lý thanh toán POS nhà hàng

1 <Global.Microsoft.VisualBasic.CompilerServices.DesignerGenerated()> _
2 Partial Class frmRegistration
3     Inherits System.Windows.Forms.Form
4
5     
'Form overrides dispose to clean up the component list.
6     <System.Diagnostics.DebuggerNonUserCode()> _
7     Protected Overrides Sub Dispose(ByVal disposing As Boolean)
8         Try
9             If disposing AndAlso components IsNot Nothing Then
10                 components.Dispose()
11             End If
12         Finally
13             MyBase.Dispose(disposing)
14         End Try
15     End Sub
16
17     
'Required by the Windows Form Designer
18     Private components As System.ComponentModel.IContainer
19
20     
'NOTE: The following procedure is required by the Windows Form Designer
21     
'It can be modified using the Windows Form Designer.
22     
'Do not modify it using the code editor.
23     <System.Diagnostics.DebuggerStepThrough()> _
24     Private Sub InitializeComponent()
25         Dim resources As System.ComponentModel.ComponentResourceManager = New System.ComponentModel.ComponentResourceManager(GetType(frmRegistration))
26         Dim DataGridViewCellStyle1 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle()
27         Dim DataGridViewCellStyle2 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle()
28         Dim DataGridViewCellStyle5 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle()
29         Dim DataGridViewCellStyle6 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle()
30         Dim DataGridViewCellStyle7 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle()
31         Dim DataGridViewCellStyle3 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle()
32         Dim DataGridViewCellStyle4 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle()
33         Me.Panel1 = New System.Windows.Forms.Panel()
34         Me.txtEmail = New System.Windows.Forms.TextBox()
35         Me.btnClose = New System.Windows.Forms.Button()
36         Me.Panel4 = New System.Windows.Forms.Panel()
37         Me.Label8 = New System.Windows.Forms.Label()
38         Me.chkActive = New System.Windows.Forms.CheckBox()
39         Me.btnCheckAvailability = New System.Windows.Forms.Button()
40         Me.Label7 = New System.Windows.Forms.Label()
41         Me.Label6 = New System.Windows.Forms.Label()
42         Me.Label5 = New System.Windows.Forms.Label()
43         Me.txtContactNo = New System.Windows.Forms.TextBox()
44         Me.txtEmailID = New System.Windows.Forms.TextBox()
45         Me.txtName = New System.Windows.Forms.TextBox()
46         Me.txtPassword = New System.Windows.Forms.TextBox()
47         Me.Label4 = New System.Windows.Forms.Label()
48         Me.Label2 = New System.Windows.Forms.Label()
49         Me.cmbUserType = New System.Windows.Forms.ComboBox()
50         Me.Label3 = New System.Windows.Forms.Label()
51         Me.txtUserID = New System.Windows.Forms.TextBox()
52         Me.Panel3 = New System.Windows.Forms.Panel()
53         Me.btnDelete = New System.Windows.Forms.Button()
54         Me.btnSave = New System.Windows.Forms.Button()
55         Me.btnUpdate = New System.Windows.Forms.Button()
56         Me.btnNew = New System.Windows.Forms.Button()
57         Me.dgw = New System.Windows.Forms.DataGridView()
58         Me.Description = New System.Windows.Forms.DataGridViewTextBoxColumn()
59         Me.Column1 = New System.Windows.Forms.DataGridViewTextBoxColumn()
60         Me.Column2 = New System.Windows.Forms.DataGridViewTextBoxColumn()
61         Me.Column3 = New System.Windows.Forms.DataGridViewTextBoxColumn()
62         Me.Column4 = New System.Windows.Forms.DataGridViewTextBoxColumn()
63         Me.Column5 = New System.Windows.Forms.DataGridViewTextBoxColumn()
64         Me.Column7 = New System.Windows.Forms.DataGridViewTextBoxColumn()
65         Me.Column6 = New System.Windows.Forms.DataGridViewTextBoxColumn()
66         Me.Panel2 = New System.Windows.Forms.Panel()
67         Me.lblUser = New System.Windows.Forms.Label()
68         Me.Label1 = New System.Windows.Forms.Label()
69         Me.TextBox1 = New System.Windows.Forms.TextBox()
70         Me.Panel1.SuspendLayout()
71         Me.Panel4.SuspendLayout()
72         Me.Panel3.SuspendLayout()
73         CType(Me.dgw, System.ComponentModel.ISupportInitialize).BeginInit()
74         Me.Panel2.SuspendLayout()
75         Me.SuspendLayout()
76         
'
77         
'Panel1
78         
'
79         Me.Panel1.BackColor = System.Drawing.Color.White
80         Me.Panel1.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle
81         Me.Panel1.Controls.Add(Me.txtEmail)
82         Me.Panel1.Controls.Add(Me.btnClose)
83         Me.Panel1.Controls.Add(Me.Panel4)
84         Me.Panel1.Controls.Add(Me.Panel3)
85         Me.Panel1.Controls.Add(Me.dgw)
86         Me.Panel1.Controls.Add(Me.Panel2)
87         Me.Panel1.Location = New System.Drawing.Point(
6, 7)
88         Me.Panel1.Name =
"Panel1"
89         Me.Panel1.Size = New System.Drawing.Size(
968, 536)
90         Me.Panel1.TabIndex =
2
91         
'
92         
'txtEmail
93         
'
94         Me.txtEmail.Location = New System.Drawing.Point(
844, 256)
95         Me.txtEmail.Name =
"txtEmail"
96         Me.txtEmail.Size = New System.Drawing.Size(
111, 20)
97         Me.txtEmail.TabIndex =
8
98         Me.txtEmail.Visible = False
99         
'
100         
'btnClose
101         
'
102         Me.btnClose.Cursor = System.Windows.Forms.Cursors.Hand
103         Me.btnClose.Font = New System.Drawing.Font(
"Microsoft Sans Serif", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
104         Me.btnClose.Image = CType(resources.GetObject(
"btnClose.Image"), System.Drawing.Image)
105         Me.btnClose.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft
106         Me.btnClose.Location = New System.Drawing.Point(
884, 6)
107         Me.btnClose.Name =
"btnClose"
108         Me.btnClose.Size = New System.Drawing.Size(
77, 36)
109         Me.btnClose.TabIndex =
5
110         Me.btnClose.Text =
"&Close"
111         Me.btnClose.TextAlign = System.Drawing.ContentAlignment.MiddleRight
112         Me.btnClose.UseVisualStyleBackColor = True
113         
'
114         
'Panel4
115         
'
116         Me.Panel4.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle
117         Me.Panel4.Controls.Add(Me.Label8)
118         Me.Panel4.Controls.Add(Me.chkActive)
119         Me.Panel4.Controls.Add(Me.btnCheckAvailability)
120         Me.Panel4.Controls.Add(Me.Label7)
121         Me.Panel4.Controls.Add(Me.Label6)
122         Me.Panel4.Controls.Add(Me.Label5)
123         Me.Panel4.Controls.Add(Me.txtContactNo)
124         Me.Panel4.Controls.Add(Me.txtEmailID)
125         Me.Panel4.Controls.Add(Me.txtName)
126         Me.Panel4.Controls.Add(Me.txtPassword)
127         Me.Panel4.Controls.Add(Me.Label4)
128         Me.Panel4.Controls.Add(Me.Label2)
129         Me.Panel4.Controls.Add(Me.cmbUserType)
130         Me.Panel4.Controls.Add(Me.Label3)
131         Me.Panel4.Controls.Add(Me.txtUserID)
132         Me.Panel4.Font = New System.Drawing.Font(
"Microsoft Sans Serif", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
133         Me.Panel4.Location = New System.Drawing.Point(
9, 317)
134         Me.Panel4.Name =
"Panel4"
135         Me.Panel4.Size = New System.Drawing.Size(
449, 207)
136         Me.Panel4.TabIndex =
0
137         
'
138         
'Label8
139         
'
140         Me.Label8.AutoSize = True
141         Me.Label8.Location = New System.Drawing.Point(
7, 175)
142         Me.Label8.Name =
"Label8"
143         Me.Label8.Size = New System.Drawing.Size(
47, 15)
144         Me.Label8.TabIndex =
16
145         Me.Label8.Text =
"Status :"
146         
'
147         
'chkActive
148         
'
149         Me.chkActive.AutoSize = True
150         Me.chkActive.Location = New System.Drawing.Point(
125, 175)
151         Me.chkActive.Name =
"chkActive"
152         Me.chkActive.Size = New System.Drawing.Size(
57, 19)
153         Me.chkActive.TabIndex =
6
154         Me.chkActive.Text =
"Active"
155         Me.chkActive.UseVisualStyleBackColor = True
156         
'
157         
'btnCheckAvailability
158         
'
159         Me.btnCheckAvailability.BackColor = System.Drawing.Color.White
160         Me.btnCheckAvailability.FlatStyle = System.Windows.Forms.FlatStyle.Popup
161         Me.btnCheckAvailability.Image = Global.Restaurant_Management_System.My.Resources.Resources._1425837994checkIcon
162         Me.btnCheckAvailability.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft
163         Me.btnCheckAvailability.Location = New System.Drawing.Point(
289, 10)
164         Me.btnCheckAvailability.Name =
"btnCheckAvailability"
165         Me.btnCheckAvailability.Size = New System.Drawing.Size(
150, 36)
166         Me.btnCheckAvailability.TabIndex =
7
167         Me.btnCheckAvailability.Text =
"Check &Availability"
168         Me.btnCheckAvailability.TextAlign = System.Drawing.ContentAlignment.MiddleRight
169         Me.btnCheckAvailability.UseVisualStyleBackColor = False
170         
'
171         
'Label7
172         
'
173         Me.Label7.AutoSize = True
174         Me.Label7.Location = New System.Drawing.Point(
7, 148)
175         Me.Label7.Name =
"Label7"
176         Me.Label7.Size = New System.Drawing.Size(
73, 15)
177         Me.Label7.TabIndex =
13
178         Me.Label7.Text =
"Contact No :"
179         
'
180         
'Label6
181         
'
182         Me.Label6.AutoSize = True
183         Me.Label6.Location = New System.Drawing.Point(
7, 121)
184         Me.Label6.Name =
"Label6"
185         Me.Label6.Size = New System.Drawing.Size(
60, 15)
186         Me.Label6.TabIndex =
12
187         Me.Label6.Text =
"Email ID :"
188         
'
189         
'Label5
190         
'
191         Me.Label5.AutoSize = True
192         Me.Label5.Location = New System.Drawing.Point(
7, 94)
193         Me.Label5.Name =
"Label5"
194         Me.Label5.Size = New System.Drawing.Size(
47, 15)
195         Me.Label5.TabIndex =
11
196         Me.Label5.Text =
"Name :"
197         
'
198         
'txtContactNo
199         
'
200         Me.txtContactNo.BackColor = System.Drawing.Color.White
201         Me.txtContactNo.Font = New System.Drawing.Font(
"Microsoft Sans Serif", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
202         Me.txtContactNo.Location = New System.Drawing.Point(
125, 148)
203         Me.txtContactNo.Name =
"txtContactNo"
204         Me.txtContactNo.Size = New System.Drawing.Size(
157, 21)
205         Me.txtContactNo.TabIndex =
5
206         
'
207         
'txtEmailID
208         
'
209         Me.txtEmailID.BackColor = System.Drawing.Color.White
210         Me.txtEmailID.Font = New System.Drawing.Font(
"Microsoft Sans Serif", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
211         Me.txtEmailID.Location = New System.Drawing.Point(
125, 121)
212         Me.txtEmailID.Name =
"txtEmailID"
213         Me.txtEmailID.Size = New System.Drawing.Size(
157, 21)
214         Me.txtEmailID.TabIndex =
4
215         
'
216         
'txtName
217         
'
218         Me.txtName.BackColor = System.Drawing.Color.White
219         Me.txtName.Font = New System.Drawing.Font(
"Microsoft Sans Serif", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
220         Me.txtName.Location = New System.Drawing.Point(
125, 94)
221         Me.txtName.Name =
"txtName"
222         Me.txtName.Size = New System.Drawing.Size(
157, 21)
223         Me.txtName.TabIndex =
3
224         
'
225         
'txtPassword
226         
'
227         Me.txtPassword.BackColor = System.Drawing.Color.White
228         Me.txtPassword.Font = New System.Drawing.Font(
"Microsoft Sans Serif", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
229         Me.txtPassword.Location = New System.Drawing.Point(
125, 67)
230         Me.txtPassword.Name =
"txtPassword"
231         Me.txtPassword.PasswordChar = Global.Microsoft.VisualBasic.ChrW(
9824)
232         Me.txtPassword.Size = New System.Drawing.Size(
157, 21)
233         Me.txtPassword.TabIndex =
2
234         
'
235         
'Label4
236         
'
237         Me.Label4.AutoSize = True
238         Me.Label4.Location = New System.Drawing.Point(
7, 67)
239         Me.Label4.Name =
"Label4"
240         Me.Label4.Size = New System.Drawing.Size(
67, 15)
241         Me.Label4.TabIndex =
6
242         Me.Label4.Text =
"Password :"
243         
'
244         
'Label2
245         
'
246         Me.Label2.AutoSize = True
247         Me.Label2.Location = New System.Drawing.Point(
7, 41)
248         Me.Label2.Name =
"Label2"
249         Me.Label2.Size = New System.Drawing.Size(
68, 15)
250         Me.Label2.TabIndex =
5
251         Me.Label2.Text =
"User Type :"
252         
'
253         
'cmbUserType
254         
'
255         Me.cmbUserType.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList
256         Me.cmbUserType.FormattingEnabled = True
257         Me.cmbUserType.Items.AddRange(New Object() {
"Admin", "Cashier"})
258         Me.cmbUserType.Location = New System.Drawing.Point(
125, 38)
259         Me.cmbUserType.Name =
"cmbUserType"
260         Me.cmbUserType.Size = New System.Drawing.Size(
157, 23)
261         Me.cmbUserType.TabIndex =
1
262         
'
263         
'Label3
264         
'
265         Me.Label3.AutoSize = True
266         Me.Label3.Location = New System.Drawing.Point(
7, 14)
267         Me.Label3.Name =
"Label3"
268         Me.Label3.Size = New System.Drawing.Size(
54, 15)
269         Me.Label3.TabIndex =
0
270         Me.Label3.Text =
"User ID :"
271         
'
272         
'txtUserID
273         
'
274         Me.txtUserID.BackColor = System.Drawing.Color.White
275         Me.txtUserID.Font = New System.Drawing.Font(
"Microsoft Sans Serif", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
276         Me.txtUserID.Location = New System.Drawing.Point(
125, 11)
277         Me.txtUserID.Name =
"txtUserID"
278         Me.txtUserID.Size = New System.Drawing.Size(
157, 21)
279         Me.txtUserID.TabIndex =
0
280         
'
281         
'Panel3
282         
'
283         Me.Panel3.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle
284         Me.Panel3.Controls.Add(Me.btnDelete)
285         Me.Panel3.Controls.Add(Me.btnSave)
286         Me.Panel3.Controls.Add(Me.btnUpdate)
287         Me.Panel3.Controls.Add(Me.btnNew)
288         Me.Panel3.Location = New System.Drawing.Point(
844, 49)
289         Me.Panel3.Name =
"Panel3"
290         Me.Panel3.Size = New System.Drawing.Size(
111, 201)
291         Me.Panel3.TabIndex =
2
292         
'
293         
'btnDelete
294         
'
295         Me.btnDelete.Cursor = System.Windows.Forms.Cursors.Hand
296         Me.btnDelete.Font = New System.Drawing.Font(
"Microsoft Sans Serif", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
297         Me.btnDelete.Image = CType(resources.GetObject(
"btnDelete.Image"), System.Drawing.Image)
298         Me.btnDelete.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft
299         Me.btnDelete.Location = New System.Drawing.Point(
12, 148)
300         Me.btnDelete.Name =
"btnDelete"
301         Me.btnDelete.Size = New System.Drawing.Size(
83, 40)
302         Me.btnDelete.TabIndex =
7
303         Me.btnDelete.Text =
"&Delete"
304         Me.btnDelete.TextAlign = System.Drawing.ContentAlignment.MiddleRight
305         Me.btnDelete.UseVisualStyleBackColor = True
306         
'
307         
'btnSave
308         
'
309         Me.btnSave.Cursor = System.Windows.Forms.Cursors.Hand
310         Me.btnSave.Font = New System.Drawing.Font(
"Microsoft Sans Serif", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
311         Me.btnSave.Image = CType(resources.GetObject(
"btnSave.Image"), System.Drawing.Image)
312         Me.btnSave.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft
313         Me.btnSave.Location = New System.Drawing.Point(
12, 59)
314         Me.btnSave.Name =
"btnSave"
315         Me.btnSave.Size = New System.Drawing.Size(
82, 37)
316         Me.btnSave.TabIndex =
8
317         Me.btnSave.Text =
"&Save"
318         Me.btnSave.TextAlign = System.Drawing.ContentAlignment.MiddleRight
319         Me.btnSave.UseVisualStyleBackColor = True
320         
'
321         
'btnUpdate
322         
'
323         Me.btnUpdate.Cursor = System.Windows.Forms.Cursors.Hand
324         Me.btnUpdate.Font = New System.Drawing.Font(
"Microsoft Sans Serif", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
325         Me.btnUpdate.Image = CType(resources.GetObject(
"btnUpdate.Image"), System.Drawing.Image)
326         Me.btnUpdate.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft
327         Me.btnUpdate.Location = New System.Drawing.Point(
12, 102)
328         Me.btnUpdate.Name =
"btnUpdate"
329         Me.btnUpdate.Size = New System.Drawing.Size(
83, 40)
330         Me.btnUpdate.TabIndex =
6
331         Me.btnUpdate.Text =
"&Update"
332         Me.btnUpdate.TextAlign = System.Drawing.ContentAlignment.MiddleRight
333         Me.btnUpdate.UseVisualStyleBackColor = True
334         
'
335         
'btnNew
336         
'
337         Me.btnNew.Cursor = System.Windows.Forms.Cursors.Hand
338         Me.btnNew.Font = New System.Drawing.Font(
"Microsoft Sans Serif", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
339         Me.btnNew.Image = CType(resources.GetObject(
"btnNew.Image"), System.Drawing.Image)
340         Me.btnNew.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft
341         Me.btnNew.Location = New System.Drawing.Point(
12, 13)
342         Me.btnNew.Name =
"btnNew"
343         Me.btnNew.Size = New System.Drawing.Size(
83, 40)
344         Me.btnNew.TabIndex =
4
345         Me.btnNew.Text =
"&New"
346         Me.btnNew.TextAlign = System.Drawing.ContentAlignment.MiddleRight
347         Me.btnNew.UseVisualStyleBackColor = True
348         
'
349         
'dgw
350         
'
351         Me.dgw.AllowUserToAddRows = False
352         Me.dgw.AllowUserToDeleteRows = False
353         DataGridViewCellStyle1.BackColor = System.Drawing.Color.FloralWhite
354         Me.dgw.AlternatingRowsDefaultCellStyle = DataGridViewCellStyle1
355         Me.dgw.BackgroundColor = System.Drawing.Color.White
356         Me.dgw.ColumnHeadersBorderStyle = System.Windows.Forms.DataGridViewHeaderBorderStyle.[Single]
357         DataGridViewCellStyle2.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter
358         DataGridViewCellStyle2.BackColor = System.Drawing.Color.MediumPurple
359         DataGridViewCellStyle2.Font = New System.Drawing.Font(
"Microsoft Sans Serif", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
360         DataGridViewCellStyle2.ForeColor = System.Drawing.Color.Black
361         DataGridViewCellStyle2.SelectionBackColor = System.Drawing.Color.LightSteelBlue
362         DataGridViewCellStyle2.SelectionForeColor = System.Drawing.SystemColors.HighlightText
363         DataGridViewCellStyle2.WrapMode = System.Windows.Forms.DataGridViewTriState.[True]
364         Me.dgw.ColumnHeadersDefaultCellStyle = DataGridViewCellStyle2
365         Me.dgw.ColumnHeadersHeight =
24
366         Me.dgw.Columns.AddRange(New System.Windows.Forms.DataGridViewColumn() {Me.Description, Me.Column1, Me.Column2, Me.Column3, Me.Column4, Me.Column5, Me.Column7, Me.Column6})
367         Me.dgw.Cursor = System.Windows.Forms.Cursors.Hand
368         DataGridViewCellStyle5.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft
369         DataGridViewCellStyle5.BackColor = System.Drawing.SystemColors.Window
370         DataGridViewCellStyle5.Font = New System.Drawing.Font(
"Microsoft Sans Serif", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
371         DataGridViewCellStyle5.ForeColor = System.Drawing.SystemColors.ControlText
372         DataGridViewCellStyle5.SelectionBackColor = System.Drawing.SystemColors.Highlight
373         DataGridViewCellStyle5.SelectionForeColor = System.Drawing.SystemColors.HighlightText
374         DataGridViewCellStyle5.WrapMode = System.Windows.Forms.DataGridViewTriState.[False]
375         Me.dgw.DefaultCellStyle = DataGridViewCellStyle5
376         Me.dgw.EnableHeadersVisualStyles = False
377         Me.dgw.GridColor = System.Drawing.Color.White
378         Me.dgw.Location = New System.Drawing.Point(
9, 41)
379         Me.dgw.MultiSelect = False
380         Me.dgw.Name =
"dgw"
381         Me.dgw.ReadOnly = True
382         Me.dgw.RowHeadersBorderStyle = System.Windows.Forms.DataGridViewHeaderBorderStyle.[Single]
383         DataGridViewCellStyle6.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft
384         DataGridViewCellStyle6.BackColor = System.Drawing.Color.MediumSlateBlue
385         DataGridViewCellStyle6.Font = New System.Drawing.Font(
"Microsoft Sans Serif", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
386         DataGridViewCellStyle6.ForeColor = System.Drawing.SystemColors.WindowText
387         DataGridViewCellStyle6.SelectionBackColor = System.Drawing.Color.MediumPurple
388         DataGridViewCellStyle6.SelectionForeColor = System.Drawing.SystemColors.HighlightText
389         DataGridViewCellStyle6.WrapMode = System.Windows.Forms.DataGridViewTriState.[True]
390         Me.dgw.RowHeadersDefaultCellStyle = DataGridViewCellStyle6
391         Me.dgw.RowHeadersWidth =
25
392         Me.dgw.RowHeadersWidthSizeMode = System.Windows.Forms.DataGridViewRowHeadersWidthSizeMode.DisableResizing
393         DataGridViewCellStyle7.BackColor = System.Drawing.Color.White
394         DataGridViewCellStyle7.Font = New System.Drawing.Font(
"Tahoma", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
395         DataGridViewCellStyle7.SelectionBackColor = System.Drawing.Color.MediumPurple
396         DataGridViewCellStyle7.SelectionForeColor = System.Drawing.Color.White
397         Me.dgw.RowsDefaultCellStyle = DataGridViewCellStyle7
398         Me.dgw.RowTemplate.Height =
18
399         Me.dgw.RowTemplate.Resizable = System.Windows.Forms.DataGridViewTriState.[False]
400         Me.dgw.ScrollBars = System.Windows.Forms.ScrollBars.Vertical
401         Me.dgw.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect
402         Me.dgw.Size = New System.Drawing.Size(
829, 269)
403         Me.dgw.TabIndex =
1
404         
'
405         
'Description
406         
'
407         Me.Description.HeaderText =
"User ID"
408         Me.Description.Name =
"Description"
409         Me.Description.ReadOnly = True
410         
'
411         
'Column1
412         
'
413         Me.Column1.HeaderText =
"User Type"
414         Me.Column1.Name =
"Column1"
415         Me.Column1.ReadOnly = True
416         
'
417         
'Column2
418         
'
419         DataGridViewCellStyle3.NullValue = Nothing
420         Me.Column2.DefaultCellStyle = DataGridViewCellStyle3
421         Me.Column2.HeaderText =
"Password"
422         Me.Column2.Name =
"Column2"
423         Me.Column2.ReadOnly = True
424         
'
425         
'Column3
426         
'
427         Me.Column3.HeaderText =
"Name"
428         Me.Column3.Name =
"Column3"
429         Me.Column3.ReadOnly = True
430         
'
431         
'Column4
432         
'
433         Me.Column4.HeaderText =
"Email ID"
434         Me.Column4.Name =
"Column4"
435         Me.Column4.ReadOnly = True
436         
'
437         
'Column5
438         
'
439         Me.Column5.HeaderText =
"Contact No."
440         Me.Column5.Name =
"Column5"
441         Me.Column5.ReadOnly = True
442         
'
443         
'Column7
444         
'
445         Me.Column7.HeaderText =
"Active"
446         Me.Column7.Name =
"Column7"
447         Me.Column7.ReadOnly = True
448         
'
449         
'Column6
450         
'
451         DataGridViewCellStyle4.Format =
"dd/MM/yyyy hh:mm:ss tt"
452         Me.Column6.DefaultCellStyle = DataGridViewCellStyle4
453         Me.Column6.HeaderText =
"Registered Date"
454         Me.Column6.Name =
"Column6"
455         Me.Column6.ReadOnly = True
456         
'
457         
'Panel2
458         
'
459         Me.Panel2.BackColor = System.Drawing.Color.MediumPurple
460         Me.Panel2.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch
461         Me.Panel2.Controls.Add(Me.lblUser)
462         Me.Panel2.Controls.Add(Me.Label1)
463         Me.Panel2.Controls.Add(Me.TextBox1)
464         Me.Panel2.Location = New System.Drawing.Point(
9, 7)
465         Me.Panel2.Name =
"Panel2"
466         Me.Panel2.Size = New System.Drawing.Size(
870, 28)
467         Me.Panel2.TabIndex =
0
468         
'
469         
'lblUser
470         
'
471         Me.lblUser.AutoSize = True
472         Me.lblUser.Location = New System.Drawing.Point(
690, 5)
473         Me.lblUser.Name =
"lblUser"
474         Me.lblUser.Size = New System.Drawing.Size(
39, 13)
475         Me.lblUser.TabIndex =
5
476         Me.lblUser.Text =
"Label8"
477         Me.lblUser.Visible = False
478         
'
479         
'Label1
480         
'
481         Me.Label1.AutoSize = True
482         Me.Label1.BackColor = System.Drawing.Color.Transparent
483         Me.Label1.Font = New System.Drawing.Font(
"Microsoft Sans Serif", 14.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
484         Me.Label1.ForeColor = System.Drawing.Color.White
485         Me.Label1.Location = New System.Drawing.Point(
320, 4)
486         Me.Label1.Name =
"Label1"
487         Me.Label1.Size = New System.Drawing.Size(
230, 24)
488         Me.Label1.TabIndex =
0
489         Me.Label1.Text =
"List of Registered Users"
490         
'
491         
'TextBox1
492         
'
493         Me.TextBox1.Location = New System.Drawing.Point(
668, 21)
494         Me.TextBox1.Name =
"TextBox1"
495         Me.TextBox1.Size = New System.Drawing.Size(
111, 20)
496         Me.TextBox1.TabIndex =
4
497         Me.TextBox1.Visible = False
498         
'
499         
'frmRegistration
500         
'
501         Me.AutoScaleDimensions = New System.Drawing.SizeF(
6.0!, 13.0!)
502         Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font
503         Me.BackColor = System.Drawing.Color.FromArgb(CType(CType(
255, Byte), Integer), CType(CType(128, Byte), Integer), CType(CType(0, Byte), Integer))
504         Me.ClientSize = New System.Drawing.Size(
980, 548)
505         Me.Controls.Add(Me.Panel1)
506         Me.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None
507         Me.Icon = CType(resources.GetObject(
"$this.Icon"), System.Drawing.Icon)
508         Me.KeyPreview = True
509         Me.MaximizeBox = False
510         Me.MinimizeBox = False
511         Me.Name =
"frmRegistration"
512         Me.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen
513         Me.Panel1.ResumeLayout(False)
514         Me.Panel1.PerformLayout()
515         Me.Panel4.ResumeLayout(False)
516         Me.Panel4.PerformLayout()
517         Me.Panel3.ResumeLayout(False)
518         CType(Me.dgw, System.ComponentModel.ISupportInitialize).EndInit()
519         Me.Panel2.ResumeLayout(False)
520         Me.Panel2.PerformLayout()
521         Me.ResumeLayout(False)
522
523     End Sub
524     Friend WithEvents Panel1 As System.Windows.Forms.Panel
525     Friend WithEvents Panel4 As System.Windows.Forms.Panel
526     Friend WithEvents Label3 As System.Windows.Forms.Label
527     Friend WithEvents txtUserID As System.Windows.Forms.TextBox
528     Friend WithEvents Panel3 As System.Windows.Forms.Panel
529     Friend WithEvents dgw As System.Windows.Forms.DataGridView
530     Friend WithEvents Panel2 As System.Windows.Forms.Panel
531     Friend WithEvents Label1 As System.Windows.Forms.Label
532     Friend WithEvents Label7 As System.Windows.Forms.Label
533     Friend WithEvents Label6 As System.Windows.Forms.Label
534     Friend WithEvents Label5 As System.Windows.Forms.Label
535     Friend WithEvents txtContactNo As System.Windows.Forms.TextBox
536     Friend WithEvents txtEmailID As System.Windows.Forms.TextBox
537     Friend WithEvents txtName As System.Windows.Forms.TextBox
538     Friend WithEvents txtPassword As System.Windows.Forms.TextBox
539     Friend WithEvents Label4 As System.Windows.Forms.Label
540     Friend WithEvents Label2 As System.Windows.Forms.Label
541     Friend WithEvents cmbUserType As System.Windows.Forms.ComboBox
542     Friend WithEvents TextBox1 As System.Windows.Forms.TextBox
543     Friend WithEvents lblUser As System.Windows.Forms.Label
544     Friend WithEvents Label8 As System.Windows.Forms.Label
545     Friend WithEvents chkActive As System.Windows.Forms.CheckBox
546     Friend WithEvents btnCheckAvailability As System.Windows.Forms.Button
547     Friend WithEvents Description As System.Windows.Forms.DataGridViewTextBoxColumn
548     Friend WithEvents Column1 As System.Windows.Forms.DataGridViewTextBoxColumn
549     Friend WithEvents Column2 As System.Windows.Forms.DataGridViewTextBoxColumn
550     Friend WithEvents Column3 As System.Windows.Forms.DataGridViewTextBoxColumn
551     Friend WithEvents Column4 As System.Windows.Forms.DataGridViewTextBoxColumn
552     Friend WithEvents Column5 As System.Windows.Forms.DataGridViewTextBoxColumn
553     Friend WithEvents Column7 As System.Windows.Forms.DataGridViewTextBoxColumn
554     Friend WithEvents Column6 As System.Windows.Forms.DataGridViewTextBoxColumn
555     Friend WithEvents btnClose As System.Windows.Forms.Button
556     Friend WithEvents btnNew As System.Windows.Forms.Button
557     Friend WithEvents btnUpdate As System.Windows.Forms.Button
558     Friend WithEvents btnDelete As System.Windows.Forms.Button
559     Friend WithEvents btnSave As System.Windows.Forms.Button
560     Friend WithEvents txtEmail As System.Windows.Forms.TextBox
561
562 End Class


Gõ tìm kiếm nhanh...